From: Juanma Barranquero Date: Thu, 1 Feb 2007 16:37:35 +0000 (+0000) Subject: (Attribute Functions): Fix name and description of the UNDERLINE arg X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~2484 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=07a92ae524c0403339223c11cdc5f3fabdcbc452;p=emacs.git (Attribute Functions): Fix name and description of the UNDERLINE arg of `set-face-underline-p'. --- diff --git a/lispref/display.texi b/lispref/display.texi index 3c49cd08653..ce32521747d 100644 --- a/lispref/display.texi +++ b/lispref/display.texi @@ -2201,9 +2201,10 @@ This function specifies whether @var{face} should be italic. If This actually sets the @code{:slant} attribute. @end defun -@defun set-face-underline-p face underline-p &optional frame +@defun set-face-underline-p face underline &optional frame This function sets the underline attribute of face @var{face}. Non-@code{nil} means do underline; @code{nil} means don't. +If @var{underline} is a string, underline with that color. @end defun @defun set-face-inverse-video-p face inverse-video-p &optional frame